LACT: 9;3;RESP R,9,I'm sorry, but all other rooms are occupied
LACT: 9;3;DSET 9,R1,-1,-2,-3;EXIT
LINE: 9;4;Could I now have the key for my room?; ;
LACT: 9;4;RESP R,9,Oh, I'm sorry but you don't need a key for our rooms.
LACT: 9;4;RESP R,9,There is no need to lock the doors. We believe that our guests have nothing to hide.
LACT: 9;4;DSET 9,N4;EXIT
LINE: 9;5;Isn't it impossible that there are rooms behind\the doors in the front wall?; ;
LACT: 9;5;RESP R,9,It is possible because all our rooms are only two-dimensional.
LACT: 9;5;RESP R,9,But we have installed dimension expanders in every room and so they look like normal three-dimensional rooms.
LACT: 9;5;RESP R,9,The problem is that we can't generate a fourth dimension. This is why the dimension time does not exist in our rooms.
LACT: 9;5;DSET 9,N5;EXIT
LINE: 9;6;See you later!; ;
LACT: 9;6;RESP R,9,Good bye miss!;EDLG;EXIT
/* ACTION: verb_no;{cond|comm} (This statement is optional)
/*
/* Action 0 - Exit
ACTION: 0;IFOBJ 1;MEXIT;GOTO 23,1
ACTION: 0;IFOBJ 2;MEXIT;GOTO 16,1
ACTION: 0;IFOBJ 3;MEXIT;GOTO 17,1
ACTION: 0;IFOBJ 4;MEXIT;GOTO 18,1
/* Action 1 - Give
/*
/* Action 2- Pick up
/*
/* Action 3 - Use
/*
/* Action 4 - Open
/*
/* Action 5 - Talk to
ACTION: 5;IFOBJ 21;MOBJ;SAY Hello!;RESP R,9,Welcome in our little hotel. What can I do for you?;DSET 9,+1,+5,+6;EXIT
/* Action 6 - Consume
/*
/* Action 7 - Close
/*
/* Action 8 - Look at
ACTION: 8;IFOBJ ROBJ1;MOBJ;W 12;LIGHTS OFF;COMAREA OFF;TITLE 13BG.iff,FADE;W 1150;TITLE END;COMAREA ON;LIGHTS ON;SAY I have a slight feeling of deja vu.;EXIT